home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / pcf / ds.dir / 00259.ls < prev    next >
Encoding:
Text File  |  1995-10-08  |  277 b   |  12 lines

  1. on exitFrame
  2.   if the movieTime of sprite 48 < the duration of cast "DIRECTM.MOV" then
  3.     go("Intro")
  4.   else
  5.     set the movieTime of sprite 48 to 0
  6.     set the movieRate of sprite 48 to 0
  7.     updateStage()
  8.     set the visible of sprite 48 to 0
  9.     updateStage()
  10.   end if
  11. end
  12.